home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x03.exe / GETDRENT.DOC < prev    next >
Text File  |  1992-10-09  |  1KB  |  45 lines

  1.  
  2.  
  3.  
  4.  
  5.                  Convert Path To Directory Entry
  6.  
  7.     This function will return the Volume Number and Directory
  8.     Entry number for the specified path.  The path is a length
  9.     preceded string.
  10.  
  11.     Function 23 (17h)
  12.  
  13.     Request Buffer
  14.  
  15.         Offset   Request Packet Contents        Bytes    Remarks
  16.         ------   ---------------------------    -----    -------
  17.         0        Sub-function Structure Len     2      
  18.         2        244 (F4h)                      1
  19.         3        Directory Handle               1
  20.         4        Path String Length             1
  21.         5        Path                           255    Up to max path
  22.                                                        length
  23.  
  24.     Reply Buffer
  25.  
  26.         Offset   Request Packet Contents        Bytes    Remarks
  27.         ------   ---------------------------    -----    -------
  28.         0        Volume Number                  1
  29.         1        Directory Entry                4
  30.              
  31.     
  32.     The Directory Handle should be set to zero if none is specified.
  33.  
  34.     The Path String Length is the length of the path.
  35.  
  36.     The Path must be a fully qualified volume path if no Directory
  37.     Handle is specified.
  38.  
  39.     Volume Number is the number of the volume where the file resides.
  40.  
  41.     Directory Entry is the files entry or sequence number in the file
  42.     system.
  43.  
  44.     
  45.